Class AllActionListener

java.lang.Object
   |
   +----AllActionListener

class AllActionListener
extends Object
implements ActionListener
implements ActionListener methods This class perform the dispatch, it depend of the action

See Also:
Zip, ZipAbout

Variable Index

 o zip

Constructor Index

 o AllActionListener(Zip)
The constructor of the class

Method Index

 o actionPerformed(ActionEvent)
Method use for dispatch the actions

Variables

 o zip
 private Zip zip

Constructors

 o AllActionListener
 public AllActionListener(Zip zip)
The constructor of the class

Parameters:
zip - it is the accessor of the zip class

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Method use for dispatch the actions

Parameters:
e - the action to dispatch